*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-align: center;

}

h1{
    color:rgb(0, 69, 122);
    font-family: 'Open Sans';
    text-align: center;
    font-size: 50px;
    padding: 20px;
    margin: 50px;
    border:solid 5px;
    border-color: rgb(39, 0, 59);
}

#Future {
    color:rgb(97, 11, 82);
    font-size: 20px;
}

.Future {
    color:rgb(97, 11, 82);
    font-size: 20px;
}

.Future {
    color:rgb(97, 11, 82);
    font-size: 20px;
}

.link {
    font-size: 20px;
}
.container {
    position: relative;
    padding: 500px;
    text-align: center;
    color: rgb(255, 255, 255);
}

body {
    background-image: url("Past Present Furture/Images/down.jpg");
}
/* comment */